home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id001.dxr / 00063.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  331 b   |  18 lines

  1. on exitFrame
  2.   handcursor(3)
  3.   handcursor(4)
  4.   handcursor(14)
  5.   handcursor(15)
  6.   if rollOver(3) = 1 then
  7.     set the visible of sprite 5 to 1
  8.   else
  9.     set the visible of sprite 5 to 0
  10.   end if
  11.   if rollOver(4) = 1 then
  12.     set the visible of sprite 6 to 1
  13.   else
  14.     set the visible of sprite 6 to 0
  15.   end if
  16.   go(the frame)
  17. end
  18.